
 1. This feature is for better CPU utilization balance while internet browsing and file copying.

 2. This is especially good for complex homepage content with a lot of pictures.

    Because OS will create one TCP connection for each picture.

    Those TCP connections will dispatch to different CPUs.

    From driver layer to application layer, data transfer and picture decoding runs on different CPU.

    While to prevent high CPU utilzation
    
 3. This feature could not incorease total throughput.  It designed for better CPU utilization.

    Even the network performance benchmark tool shows that the total throughput decreased while RSS enabled.

 4. It is recommend end-user who care better CPU utilization to enable this feature.

